.spotlightWrapper ul { 
list-style-type: none; /* remove the default style for list items (the circles) */ 
margin:0px auto; /* remove default margin */
padding:0px; /* remove default padding */
width:1400px;
}
.spotlightWrapper ul li { 
float:left;  width: 250px; margin: 15px;
position:relative; /* so we can use top and left positioning */
}
.spotlightWrapper ul li a img { 
width:100%; /* you don't need this, i just rescaled the images they are bigger then i want them to be ' */
position:relative; /* so we can use top and left positioning */
border:none; /* remove the default blue border */
}
.spotlightWrapper ul li a img.active {
border:4px solid white; /* choose whatever you like */
z-index:1; /* show it on top of the other images (they have z-index 0) */
left: -4px; /* same as border width but negative */
top: -4px; /* same as border width but negative */
}
.clear { clear:both; } /* to clear the float after the last item */
.spotlightWrapper .text .price .fl{font-size: 20px; font-weight: bold; color:#c01cc9}
.spotlightWrapper .text .price .fr,.spotlightWrapper .text .shopname{color: #999;}
